-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add iscsi csi driver #1
Add iscsi csi driver #1
Conversation
Signed-off-by: prateekpandey14 <[email protected]>
Signed-off-by: prateekpandey14 <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: prateekpandey14 If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
cc @j-griffith |
is it possible to retain the commit history? |
Looks like you finished up the work in the old examples/iscsi directory. Haven't tried to load it up and deploy it. There are some deployment details we need to address I think. Also, we did work up an iSCSI lib/helper here: https://github.com/kubernetes-csi/csi-lib-iscsi
The only reason for revisiting csi-lib-iscsi is that the code in iscsi_util.go is already tested/used in production so rather than trying to grow a completely new lib maybe we should be leveraging what's already tested/proven. We'll need to answer the deployment questions including dealing with iscsiadm in containers for this driver though. That means things like the Dockerfiles, Manifests etc. |
We could do it as separate prs if that makes things easier to review |
Assuming you mean WRT the Dockerfile and deployment work, either way is fine with me, If there are no objections from others. We can also discuss the iscsi-lib portion later as well |
Yeah I mean two prs:
|
Thanks @msau42 @j-griffith, I was thinking the same to add the manifest/deploy files in next commit/PR , just wanted to get initial reviews (which I got ☺). I will work on the review comments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm good with the initial transfer, would like the commit history if we can though (or even just an attribution note in the README indicating where this work originated); we can merge this and add details from there.
@msau42 @j-griffith raised PR #2 with retained commit history |
initial content
No description provided.